/*
 * BOXZOOM
 */
.leaflet-control-boxzoom {
    /*background-color:#A2A2A2;
    border-radius: 5px;
    border:1px solid #cccccc;*/

    width:30px;
    height:29px;
    line-height: 25px !important;

    background-image:url(crop4.png);
    background-repeat:no-repeat;
   
    background-position: 0px 0px;

    /*box-shadow: 0 1px 2px rgba(0,0,0,0.65);*/

    cursor:pointer;
}

.leaflet-control-boxzoom.leaflet-control-boxzoom-active {
    /*background-color:#A2A2A2;*/
    background-position:-35px 0px;
}

.leaflet-left .leaflet-control {
    margin-left: 110px;
}


.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}